Fix text pos part of lispy positions for right fringe clicks (Bug#7839).
authorChong Yidong <cyd@stupidchicken.com>
Fri, 28 Jan 2011 20:30:38 +0000 (15:30 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 28 Jan 2011 20:30:38 +0000 (15:30 -0500)
commitebdfa02b75c630cce0ccdcdc31ac65c75745f23c
tree8afc898aba30d1cd989c6216d117e84ed25e923d
parent1b1411c4785d639da6c0d112b99c9a0866c105e0
Fix text pos part of lispy positions for right fringe clicks (Bug#7839).

* src/keyboard.c (make_lispy_position): For clicks on right fringe or
margin, compute text position using the X coordinate relative to
the left of the text area (Bug#7839).
src/ChangeLog
src/keyboard.c